Seal private_data pointer in GtkColorSel.
authorTim Janik <timj@src.gnome.org>
Fri, 20 Jun 2008 11:04:03 +0000 (11:04 +0000)
committerTim Janik <timj@src.gnome.org>
Fri, 20 Jun 2008 11:04:03 +0000 (11:04 +0000)
svn path=/trunk/; revision=20557

gtk/gtkcolorsel.h

index 4d2fa855caaef8a580661069b7501eb5ff8a8590..fedb029588e014a19e8519133b0151ead0cd35e1 100644 (file)
@@ -60,7 +60,7 @@ struct _GtkColorSelection
   GtkVBox parent_instance;
 
   /* < private_data > */
-  gpointer private_data;
+  gpointer GSEAL (private_data);
 };
 
 struct _GtkColorSelectionClass